/*
Theme Name: twentynineteen-child
Theme URI: #
Author: Revolution on 08.10.2019
Author URI:  http://tidythemes.com/
Description: Thank you for using BlankSlate.
Template: twentynineteen
Version: 1.0.4
License: GNU General Public License v2 or later
License URI:   https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate-child
*/

a {

    color:  #c92127;

}

/*=============================================
=            Contact Form            =
=============================================*/

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-validation-errors{

   color: #ea8d90 !important;
}

#btn-form-registration{
	padding:0 !important;
}

.btn-secondary{
	background-color:#c92127;
	border-color: #c92127;
}

.btn-secondary:hover,
.btn-secondary:active {
	background-color:#ad161b;
}
.wpcf7-mail-sent-ok{
	color: #bfef14;
}

#btn-form-registration{
    text-align: center !important;
	display:block;
}
#the-form .screen-reader-response{
    display: none !important;
}
/*=====  End of Contact Form  ======*/


/* LOGO */
.logo-text-light{
	max-width:100%;
	width: 80%;
	margin-bottom: 2em;
}

.bg-secondary {
    background-color: #c92127 !important;
}

.marginLeft1{
	margin-left:1em;
}

/*=============================================
=            Contact Footer            =
=============================================*/
#contact{
        background-image: url("/landing/wp-content/uploads/2019/10/site-bg-img.jpg") !important;

}


/*=====  End of Contact Footer  ======*/

.max-w-abou-logo{
	max-width:300px;
}


/*=============================================
=            Media Query            =
=============================================*/
@media only screen and (max-width: 430px) {
#the-form > .p-5 {
    padding: 3rem 1.5rem !important;

}
	#the-form {
    padding-left: 5px;
    padding-right: 5px;
}

}

@media only screen and (max-width: 370px) {
#the-form > .p-5 {
    padding: 3rem 1rem !important;

}

}


/*=====  End of Media Query  ======*/

